home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 6
/
CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso
/
cucd
/
prog
/
gnu-c
/
fd2inline-1.1
/
include
/
inline
/
misc.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-10-24
|
565b
|
23 lines
/* Automatically generated header! Do not edit! */
#ifndef _INLINE_MISC_H
#define _INLINE_MISC_H
#ifndef __INLINE_MACROS_H
#include <inline/macros.h>
#endif /* !__INLINE_MACROS_H */
#ifndef MISC_BASE_NAME
#define MISC_BASE_NAME MiscBase
#endif /* !MISC_BASE_NAME */
#define AllocMiscResource(unitNum, name) \
LP2(0x6, UBYTE *, AllocMiscResource, unsigned long, unitNum, d0, UBYTE *, name, a1, \
, MISC_BASE_NAME)
#define FreeMiscResource(unitNum) \
LP1NR(0xc, FreeMiscResource, unsigned long, unitNum, d0, \
, MISC_BASE_NAME)
#endif /* !_INLINE_MISC_H */